$+ The last bracket matched by the last search pattern.
This is useful if you don't know which of a set of
alternative patterns matched. For example:
/Version: (.*)|Revision: (.*)/ && ($rev = $+);
(Mnemonic: be positive and forward looking.)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson